home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / 80X86 / DOS32V33.ZIP / EXAMPLES / MODPLAY.ZIP / MAKE_MOD.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-06-07  |  119 b   |  4 lines

  1. @rem   an example of linking the program MODPLAY using a responce file
  2. ml /c /Dmasm modplay.asm
  3. dlink @modplay.lnk
  4.